@charset "utf-8";

body{ color:#333; font:12px "Microsoft yahei", "arial"; }
a { color:#333; text-decoration:none; }
a:hover { color:#007de1; text-decoration:none; }

/*非常用特殊样式*/
.yahei {
    font-family:"Microsoft yahei";
}
.songti {
    font-family:"SimSun";
}
.textOverHide {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.pointer {
    cursor:pointer;
}
.block1200 {
    width:1200px;
    overflow:hidden;
    margin:0 auto;
}
.block1100 {
    width:1100px;
    overflow:hidden;
    margin:0 auto;
}
.block1000 {
    width:1000px;
    overflow:hidden;
    margin:0 auto;
}
.block998 {
    width:998px;
    overflow:hidden;
    margin:0 auto;
}
.block100 {
    width:100%;
    overflow:hidden;
}
.block50 {
    width:50%;
    overflow:hidden;
}
.block25 {
    width:25%;
    overflow:hidden;
}
.height100 {
    height:100%;
}
.positionR {
    position:relative;
}
.positionA {
    position:absolute;
}
.positionF {
    position:fixed;
}
/*非常用特殊样式*/

#warp {
    width:100%;
    overflow:hidden; min-width:1170px; margin:0 auto;
}

#header, #footer {
    width:100%;

}

/*头部开始*/
#header {
    overflow:visible;
}
.top {
    width:1070px;
    overflow: hidden;
    margin: 35px auto 28px;
}
.top h1{
    float: left;
}
.top h1 img{
    display: block;
    height: 80px;
}

.top .ssk{
    float: right;
    width: 282px;
}
.top .sskdiv{
    width: 280px;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    height: 32px;
    overflow: hidden;
}
.top .sskdiv input[type=text]{
    display: block;
    float: left;
    width: 220px;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
}
.top .sskdiv input[type=button]{
    display: block;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 32px;
    background: url("../images/ls_ss.png") center no-repeat;
}

.top .remen{
    text-align: right;
    font-size: 12px;
    color: #737373;
    line-height: 22px;
}
.top .remen span{
    display: inline-block; float:left;
}
.top .remen a{
    color: #737373;
}
.top .remen a:hover{
    color: #ec4348;
}
#commonHeaderkeywords{ width:390px; overflow:hidden; text-align:left; height:30px; line-height:30px; }

/*导航栏*/
.navigation {
    width: 100%;
    margin: 0 auto;
    height:78px;
    background-color: #25262e;
    overflow:visible;
}
.nav {
    width:1070px;
    margin: 0 auto;
    overflow:visible;
    text-align:center;
}
.nav li {
    width: 9.09%;
    height:78px;
    line-height: 78px;
    float:left;
    font-size: 16px;
    position: relative;
}

.nav li div{
    width: 150px;
    position: absolute;
    top: 100%;
    z-index: 100;
    background:#0072c9;
    display: none;
    text-align:left;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.nav li div.active{
    display: block;
}

.nav li div p{
    float: none;
    background:#0072c9;
    height: 35px;
    font: normal 14px/35px "microsoft yahei";
    border-bottom: 1px solid #338ED4;
}
.nav li div p a {
    padding:0 17px;
    height:100%;
    display:block;
    overflow:hidden;
    /*white-space:nowrap;
    text-overflow:ellipsis;*/
}


.navigation li a{ color:#ffffff; }
.navigation li a:hover{
    color: #ec4348;
}
/*导航栏*/

/*banner开始*/
.banner{position: relative;height:560px; }
.banner .bd li,.banner .bd li a{display: block;height:560px;}
.prev{
    position: absolute;
    top:240px;
    left: 0;
    width: 80px;
    height: 120px;
    background: url("../images/ban_zuo.jpg") no-repeat;
    cursor:pointer;
}
.next{
    position: absolute;
    top:240px;
    right: 0;
    width: 80px;
    height: 120px;
    background: url("../images/ban_you.jpg") no-repeat;
    cursor:pointer;
}
/*banner结束*/


/*头部结束*/


/*底部开始*/
#footer{
    width: 100%;
    margin: 0 auto;
    background: #0060aa;
    overflow: hidden;
}
.dibu{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    height: 170px;
    padding: 35px 0;
}
.dibu .left {
    position: absolute;
    width: 754px;
    left: -300px;
    line-height: 145px;
}
.dibu .right {
    position: absolute;
    padding: 20px 0 20px 40px;
}
.dibu .middle {
    height: 100%;
    width: 1px;
    background: #fff;
    margin: auto;
    position: relative;
}
.dibu p{
    text-align: left;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
/*底部结束*/